home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_22.xul < prev    next >
Extensible Markup Language  |  2007-06-07  |  1KB  |  40 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE window [
  5.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd">
  6.     %febeDTD;
  7.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd">
  8.     %febeHelpDTD;
  9. ]>
  10.  
  11. <dialog title="&febe.help.caption;"
  12.                 xmlns:html="http://www.w3.org/1999/xhtml"
  13.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  14.                 onload="sizeToContent();"
  15.                 maxwidth="400"
  16.                 buttons="cancel"
  17.                 buttonlabelcancel="&febe.close;">
  18.  
  19.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  20.     
  21.     <stringbundleset id="stringbundleset">
  22.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  23.     </stringbundleset>
  24.  
  25.     <groupbox class="box-inset">
  26.         <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  27.         <hbox>
  28.             <description value="&febe.reminder.label;" style="font-weight: bold;"/>
  29.         </hbox>
  30.     </groupbox>
  31.  
  32.     <groupbox flex="1" class="box-inset">
  33.         <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  34.             <description flex="1">&febe.help_22.text1; &febe.help_22.text2;</description>
  35.             <spacer flex="1"/>
  36.             <description flex="1">&febe.help_22.text3;</description>
  37.     </groupbox>
  38.  
  39. </dialog>
  40.